home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
include
/
init.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
220b
|
12 lines
#ifndef _INIT_H_
#define _INIT_H_
int INI_Load(char *nf);
int INI_Save(char *nf);
int INI_Read(char *Section, char *Entry, char *Value);
int INI_Write(char *Section, char *Entry, char *Value);
void INI_Free();
#endif